Namespace:  C1.C1Rdl.Rdl2008
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
void IList<ReportItem>.RemoveAt(
	int index
)
Visual Basic
Private Sub #VXl ( _
	index As Integer _
) Implements IList(Of ReportItem).RemoveAt

Parameters

index
Type: System..::..Int32

Implements

IList<(Of <(<'T>)>)>..::..RemoveAt(Int32)

See Also